Monokai Extended
Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
Details
Installs
- Total 158K
- Win 79K
- Mac 51K
- Linux 27K
| Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 1 | 2 | 1 | 1 | 3 | 1 | 4 | 2 | 3 | 1 | 4 | 3 | 1 | 2 | 0 | 5 | 0 | 2 | 3 | 3 | 1 | 0 | 0 | 3 | 0 | 3 | 3 | 3 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 2 | 2 | 0 | 5 | 1 | 2 | 4 | 5 | 3 | 6 | 2 |
| Mac | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 2 | 2 | 1 | 1 | 2 | 2 | 0 | 2 | 0 | 0 | 0 | 3 | 2 | 2 | 1 | 2 | 2 | 1 | 3 | 4 | 1 | 1 | 3 | 3 | 1 | 1 | 0 | 2 | 4 | 1 | 1 | 0 | 1 | 3 | 0 | 1 | 0 | 0 | 1 |
| Linux | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 1 | 2 | 2 | 0 | 1 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 1 | 0 | 0 | 1 | 0 | 2 | 2 | 0 | 3 |
Readme
- Source
- raw.githubusercontent.com
sublime-monokai-extended 
(Companion to sublime-markdown-extended)
Extends Soda Monokai with:
- Additional syntax highlighting for markdown, LESS, coffee, diffs, and handlebars and more!
- Improved syntax highlighting for regular expressions, HTML, LESS, CSS, JavaScript and more!
See: examples ↓ | before and after screenshots
Getting Started
1. Installation
Package Control
If you already have Package Control installed in Sublime Text:
- Select “Install Package” from the Command Palette: Ctrl+Shift+P on Windows and Linux or ⇧⌘P on OS X)
- Search for “Monokai Extended” and click enter.
Manual Installation
Go to Preferences -> Browse Packages, and then either download and unzip this plugin into that directory, or:
git clone https://github.com/jonschlinkert/sublime-monokai-extended.git "sublime-monokai-extended"
2. Switch Themes
Open a Markdown file in Sublime Text and make sure that syntax highlighting is set to Markdown Extended (not Markdown) View -> Syntax -> Markdown Extended.
Then go to Preferences -> Color Scheme -> Monokai Extended and pick a theme.
Monokai Enhancements
Adds scopes, support and/or improves styling for:
- GitGutter
MakefileHTML: Doctype/XML ProcessingHTML: Comment BlockHTML: ScriptHTML: StyleHTML: TextHTML: Attribute punctuationHTML: AttributesHTML: Quotation MarksHTML: TagHTML: styleHTML: StylesHTML: {}HTML: Tags punctuationHandlebars: Variable(To highlight Handlebars, install the Handlebars language package for Sublime Text)Handlebars: ConstantCSS: SelectorCSS: Tag NameCSS: @importCSS: @at-ruleCSS: #IdCSS: .classCSS: Property NameCSS: Property ValueCSS: Standard ValueCSS: Additional ConstantsCSS: Numeric ValueCSS: Constructor ArgumentCSS: !ImportantCSS: {}CSS: Tag PunctuationCSS: : ,CSS :pseudoLESS: variablesLESS: mixinsLESS: extendjs: function namejs: storage typejs: sourcejs: functionjs: numeric constantjs: literal language variable(When using babel-sublime)js: []js: ()js: {}JSON stringCoffeeScript: #{}diff.rangemarkdown: plain(Also install sublime-markdown-extended for additional features.)markdown: raw inlinemarkdown: linebreakmarkdown: headingmarkdown: italicmarkdown: boldmarkdown: underlinemarkdown: blockquotemarkdown: quotemarkdown: linkmarkdown: raw blockmarkdown: fenced code blockmarkdown: fenced languagemarkdown: raw block fencedmarkdown: list items punctuationmarkdown: separatormarkdown: table
Examples
Markdown

CSS
The following improvements apply to both CSS and LESS.
CSS Before
Spot the #ids at a glance?

CSS After
How about now?

Authors
Jon Schlinkert
Alexander Krivoshhekov
License
Copyright © 2013-2016, Jon Schlinkert. Released under the MIT license.